ul li {
    list-style-type: none;
}

.row {
    margin: 0;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

a {
    color: #004276;
}

a:hover {
    text-decoration: none;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0;
}

/* PC端点击弹框 */
.index-content .top-box-pc .usr-name {
    font-weight: bold;
    padding-left: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-content .top-box-pc .greeting {
    font-weight: bold;
    text-align: right;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-content .top-box-pc .islogin-right-box {
    text-align: center;
    background-color: #f5f5f5;
    position: absolute;
    z-index: 9999;
}

.index-content .top-box-pc .islogin-right-box a {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    display: block;
}

.index-content .top-box-pc .islogin-right-box a:hover {
    background-color: #666;
}

/* 手机端顶部导航栏 */
.index-content .phone-top-box .left-link-box {
    position: absolute;
    z-index: 999;
    top: 45px;
    left: 25px;
    width: 100px;
    background-color: #fff;
    border: 1px solid #999;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.index-content .phone-top-box .left-link-box a {
    display: block;
    padding: 3px 5px;
}

.index-content .phone-top-box .left-link-box a:hover {
    color: red;
    text-decoration: none;
}

.index-content .phone-top-box .right-link-box {
    position: absolute;
    z-index: 999;
    top: 45px;
    right: 25px;
    width: 100px;
    background-color: #fff;
    border: 1px solid #999;
    text-align: center;
}

.index-content .phone-top-box .right-link-box a {
    line-height: 26px;
    font-size: 15px;
    padding: 3px 5px;
    font-weight: bold;
    display: block;
}

.index-content .phone-top-box .right-link-box a:hover {
    color: red;
    text-decoration: none;
}

/* 分页按钮样式 */
.index-content .boxes .pagination-box {
    position: relative;
    text-align: center;
    zoom: 1;
    /* float: right; */
}

.index-content .boxes .pagination-box:before,
.index-content .boxes .pagination-box:after {
    content: "";
    display: table;
}

.index-content .boxes .pagination-box:after {
    clear: both;
    overflow: hidden;
}

.index-content .boxes .pagination-box span {
    /* float: left; */
    padding: 8px 13px;
    margin: 0 2px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.index-content .boxes .pagination-box .active {
    /* float: left; */
    padding: 8px 13px;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #ffc7c6;
    color: #ff5353;
    font-size: 14px;
    border: 1px solid #ff5353;
}

.index-content .boxes .pagination-box a {
    /* float: left; */
    padding: 8px 13px;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.index-content .boxes .pagination-box a:hover {
    color: #fff;
    background: #ff5353;
}

.index-content .boxes .pagination-box .next,
.index-content .boxes .pagination-box .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    width: auto;
    /* padding: 0 8px; */
    padding: 10px 14px;
}

.index-content .boxes .pagination-box .prev {
    display: none;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

/* 手机端分类 */
.boxes .phone-type-menu-box .sel-but {
    width: 100%;
    background: none;
    white-space: unset;
    font-size: 12px;
    height: 48px;
    border-radius: 0;
    padding: 6px 20px;
    background: url('../images/icon/shangjiantou.png') no-repeat right 9px center;
    transition: all ease .5s;
    border: 1px solid #f5f5f5;
}

.boxes .phone-type-menu-box .dropdown-menu {
    right: 0;
    min-width: unset;
}

.boxes .phone-type-menu-box li a {
    white-space: unset;
    font-size: 12px;
    padding: 3px 12px;
    font-size: 12px;
}

.boxes .phone-type-menu-box li a:hover {
    color: red;
    text-decoration: none;
}

.boxes .phone-type-menu-box .divider {
    margin: 4px 0;
}

.boxes .phone-type-menu-box .sel-title {
    width: 100%;
    /* float: left; */
}

.boxes .phone-type-menu-box .caret {
    display: none;
}

/* 热点新闻详情 */
.index-content .boxes .left-box-03 .news-content-box {
    font-size: 14px;
    background-color: #fff;
    padding: 10px 18px;
}

.index-content .boxes .left-box-03 .news-content-box a {
    color: #333;
}

.index-content .boxes .left-box-03 .news-content-box .title {
    letter-spacing: 2px;
    line-height: 26px;
    margin: 15px 30px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.index-content .boxes .left-box-03 .news-content-box .content {
    padding: 15px;
    margin-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.index-content .boxes .left-box-03 .news-content-box .content img {
    max-width: 100%;
    padding: 10px;
}

.index-content .boxes .left-box-03 .index-qiugou-but-01 {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.index-content .boxes .left-box-03 .index-qiugou-but-02 {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    background-color: #1E9FFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

/* 热点新闻 */
.index-content .boxes .left-box-03 .news-box {
    background-color: #fff;
    padding: 10px 18px;
    line-height: 26px;
}

.index-content .boxes .left-box-03 .news-box .left-txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-content .boxes .left-box-03 .news-box a {
    color: #004276;
}

/* 用户中心 */
.index-content .left-box-03 .add-but {
    margin: 10px;
    font-size: 14px;
    line-height: 26px;
}

.index-content .left-box-03 .title {
    color: #000000;
    font-size: 16px;
    line-height: 42px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

/* 当前位置 */
.index-content .common-msg-box .cur-position-box {
    color: #000000;
    padding: 10px 18px;
    font-size: 14px;
    font-family: "simsun", "Arial", "helvetica", "clean", "Sans-serif";
    line-height: 24px;
    background-color: #fff;
}

.index-content .common-msg-box .cur-position-box a {
    color: #333;
    text-decoration: none;
}

/* 跑马灯 */
@keyframes indexMarquee {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes indexMarquee {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.index-content .index_fl_xian {
    margin-left: 5px;
    margin-right: 10px;
    color: #999;
    font-size: 12px;
}

/* 超出两行省略号显示 */
.index-content .ellipsis-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 设置宽，溢出隐藏 */
.index-content .animate-box {
    width: 86%;
    overflow: hidden;
}

.index-content .animate {
    color: red;
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 48px;
    padding-left: 20px;
    display: inline-block;
    white-space: nowrap;
    animation: 35s indexMarquee linear infinite normal;
}

.index-content .animate:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

/* 页面主题 */
.index-content {
    background-color: #f2f2f2;
}

.index-content .phone-bottom-box {
    padding: 20px 0px;
    color: #f5f5f5;
    background-color: #262626;
}

.index-content .phone-bottom-box .row {
    margin: 8px;
}

.index-content .bottom-box-pc {
    padding: 10px;
    background-color: #262626;
}

.index-content .bottom-box-pc .box-01 a {
    color: #f5f5f5;
    line-height: 22px;
    text-decoration: none;
    padding: 10px;
}

.index-content .bottom-box-pc .box-02 a {
    color: #f5f5f5;
    line-height: 22px;
    text-decoration: none;
    padding: 10px 2px;
}

.index-content .bottom-box-pc .box-02 img {
    margin: 10px 2px;
}

/* 公共信息展示框 */
.index-content .common-msg-box {
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    margin-top: 20px;
}

.index-content .nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-content .common-msg-box .logo-desc {
    font-size: 10px;
    line-height: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-content .common-msg-box .zhanHui-img-box img {
    width: 100%;
    height: 60px;
}

.index-content .common-msg-box .pinpai-img-box img {
    width: 100%;
    max-height: 40px;
}

/* ------分栏------ */
.index-content .boxes {
    padding-bottom: 50px;
}

.index-content .boxes .right-box-01 .desc-box .row {
    padding-top: 10px;
}

.index-content .boxes .right-box-01 .desc-box a:nth-child(n+2) {
    color: #004276;
}

.index-content .boxes .right-box-03 .desc-box .row {
    padding: 10px;
}

.index-content .boxes .right-box-03 .desc-box .left-box {
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 8px;
    border: 1px dashed red;
    max-width: 100%;
}

.index-content .boxes .right-box-03 .desc-box .left-box .date {
    font-size: 32px;
    font-weight: bold;
    font-family: Arial;
    color: #df0300;
}

.index-content .boxes .right-box-03 .desc-box .right-box {
    text-align: left;
    padding: 5px;
    line-height: 20px;
}

.index-content .boxes .right-box-03 .desc-box .right-box .top-box {
    height: 64px;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    padding: 5px 0;
}

.index-content .boxes .right-box-03 .desc-box .left-box .txt {
    color: red;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: clip;
}

.index-content .boxes .right-box-03 .desc-box .left-box img {
    width: 100%;
    /*height: 50px;*/
    max-height:60px;
}

.index-content .boxes .right-box-01 .desc-box ul li {
    text-align: left;
    line-height: 24px;
    margin: 12px 2px;
}

.index-content .boxes .right-box-01 .desc-box ul li::before {
    content: '▪';
    /* content: '●'; */
    color: red;
    /* padding: 3px; */
}

.index-content .boxes .right-box-01 .desc-box .title {
    color: red;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}

.index-content .boxes .desc-box {
    background-color: #fff;
}

.index-content .boxes .desc-box .img-box-01 {
    color: #666;
    padding: 10px;
    line-height: 25px;
    border: 1px solid #f2f2f2;
}

.index-content .boxes .desc-box .img-box-01 .box-02-txt .txt-01 {
    color: #333;
    font-size: 14px;
    line-height: 18px;
}

.index-content .boxes .desc-box .img-box-01 .box-02-txt a:hover {
    color: #333;
    text-decoration: #333;
}

.index-content .boxes .row {
    border-bottom: 1px solid #f2f2f2;
}

.index-content .boxes .row:last-child {
    border: none;
}

.index-content .boxes .title-box {
    padding: 0;
    font-size: 16px;
    line-height: 46px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.index-content .boxes .txt-box {
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    padding-left: 0;
    color: #004276;
}

.index-content .boxes .txt-box:hover {
    cursor: pointer;
    color: #004276;
    text-decoration: none;
}

.index-content .boxes .type-title-box {
    color: #333;
    padding: 0 10px;
    text-decoration: none;
    font-weight: bold;
    float: left;
}

.index-content .boxes .txt-box:first-child {
    color: #013d5d;
    padding-left: 0;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
}

.index-content .boxes .title-box .left-title-box {
    padding-left: 12px;
}

.index-content .boxes .title-box .left-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    border-left: 2px solid red;
    padding-left: 8px;
    color: red;
}

.index-content .boxes .title-box .left-icon {
    color: #fff;
    position: relative;
    top: -2px;
}

/* ------信息展示框------ */

.index-content .common-msg-box .title-box {
    line-height: 46px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.index-content .common-msg-box .title-box .left-title-box {
    padding-left: 12px;
}

.index-content .common-msg-box .title-box .left-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    border-left: 2px solid red;
    padding-left: 8px;
    color: red;
}

.index-content .common-msg-box .title-box .left-icon {
    color: #fff;
    position: relative;
    top: -2px;
}

/* 手机端顶部框 */
.index-content .phone-top-box {
    background-color: #fff;
}

.index-content .phone-top-box .phone-top-01 img {
    width: 32px;
    height: 32px;
    margin: 6px 12px;
}

.index-content .phone-top-box .menu-box {
    background-color: #fff;
}

.index-content .phone-top-box .menu-box .row-border {
    border-bottom: 0.5px solid #ff0000;
    border-right: 0.5px solid #ff0000;
}

.index-content .phone-top-box .menu-box ul li {
    float: left;
    text-align: center;
}

.index-content .phone-top-box .menu-box a {
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    color: #ff0000;
    text-decoration: none;
    font-weight: bolder;
    border-top: 0.5px solid #ff0000;
    border-left: 0.5px solid #ff0000;
}

.index-content .phone-top-box .customer-service-menu-box {
    background-color: #e9ecf3;
    border: 1px solid red;
    margin-top: 10px;
}

.index-content .phone-top-box .customer-service-menu-box ul li {
    float: left;
    text-align: center;
}

.index-content .phone-top-box .customer-service-menu-box a {
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    color: #ff0000;
    text-decoration: none;
    font-weight: bolder;
}

/* PC端顶部框 */
.index-content .top-box-pc .row {
    margin-right: 0;
}

.index-content .mid-box a {
    /* padding: 0 10px; */
    text-align: center;
    text-decoration: none;
}

.index-content .pc-top-01 a {
    color: #333;
    font-size: 14px;
    /* line-height: 32px; */
    text-decoration: none;
}

.index-content .mar-left-6 {
    margin-left: 6px;
}

.index-content .top-box-pc .menu-box {
    background-color: #e81f18;
}

.index-content .top-box-pc .menu-box ul li {
    float: left;
    text-align: center;
}

.index-content .top-box-pc .menu-box a {
    padding: 0;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
}

.index-content .pad-0 {
    padding: 0;
}

.index-content .boxes .left-box-01 .type-box {
    line-height: 25px;
    padding: 10px;
    text-align: left;
}

/* 分公司中心 */
/* 按分类排序PC */
.index-content .type-sort-box {
    width: 100%;
    background-color: #fff;
}

.index-content .type-sort-box li {
    width: 12%;
    float: left;
    color: #333;
    background-color: #64aeff;
    text-align: center;
    border-right: 1px solid #fff;
}

.index-content .type-sort-box li:first-child {
    width: 16%;
    color: #666;
    background-color: #fff;
}

/* 按分类排序Phone */
.index-content .type-sort-box-phone {
    font-size: 13px;
    text-align: center;
    background-color: #fff;
}

.index-content .type-sort-box .active, .type-sort-box-phone .active {
    border: 0.5px solid #f2f2f2;
    background-color: #2797d6;
}

.index-content .type-sort-box-phone .child:nth-child(n+2) {
    background-color: #64aeff;
    border: 0.5px solid #f2f2f2;
}

/* 按字母排序 */
.index-content .letter-sort-box li {
    width: 3%;
    float: left;
    color: #333;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

.index-content .letter-sort-box li:first-child {
    width: 16%;
    color: #666;
    background-color: #fff;
}

.index-content .letter-sort-box li:nth-child(2) {
    width: 6%;
}

.index-content .letter-sort-box li a {
    text-decoration: none;
}

/* 品牌 */
.index-content .boxes .pinpai-show-box {
    border: 1px solid #f5f5f5;
    padding: 15px 8px;
    background-color: #fff;
}

.index-content .boxes .pinpai-show-box .txt-01 {
    height: 40px;
    text-align: center;
    margin: 6px;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: bold;
}

.index-content .boxes .pinpai-show-box .txt-02 {
    text-align: center;
    margin: 3px;
    color: #666;
}

/* 注册页面 */
.index-content .reg-box {
    text-align: center;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index-content .reg-box h4 {
    font-size: 18px;
    padding: 12px 0;
    line-height: 26px;
    border-bottom: 1px solid #f5f5f5;
    color: #000000;
    margin-bottom: 35px;
}

.index-content .reg-box .reg-but {
    font-size: 14px;
    height: 40px;
    width: 40%;
    margin: 20px 0;
    background-color: red;
    border: 1px solid red;
    color: #fff;
}

.index-content .reg-box .row {
    margin: 15px 0 5px;
}

.index-content .reg-box label {
    line-height: 40px;
    font-size: 14px;
    font-weight: unset;
}

.index-content .reg-box .reg-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    margin: 0 5px;
}

.index-content .reg-box .tips {
    width: 100%;
    color: red;
    text-align: left;
    padding: 3px 5px;
    word-wrap: break-word;
}

.index-content .reg-box .upload-but {
    width: 80px;
    height: 140px;
    line-height: 35px;
    padding: 35px 0 15px;
    margin: 10px;
    border: 1px dotted #333;
}

.index-content .reg-box .img-box {
    width: 80px;
    height: 160px;
    float: left;
    margin: 0px 10px;
}

.index-content .reg-box .upimg {
    /* clear: both; */
    float: left;
    position: relative;
    top: 20px;
    width: 80px;
    height: 140px;
    border-radius: 5px;
    border: dashed #999999;
    background: url('../images/icon/addimg.svg') no-repeat;
    background-position: 22px;
    margin: 0 10px;
}

.index-content .reg-box .upimg input {
    width: 80px;
    height: 140px;
    opacity: 0;
}

.index-content .reg-box .del-img {
    font-size: 12px;
    background-color: red;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    position: relative;
    top: 14px;
    left: 38px;
    padding: 0px 4px;
    cursor: pointer;
}

/* 展会中心邀请 */
.invit-box {
    color: #fff;
    background-color: red;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    float: right;
    padding: 8px 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 产品分类 */
.index-content .menu-boxes {
    margin-top: 10px;
    color: #666;
    /*font-weight: bold;*/
}

.index-content .menu-boxes .types {
    text-align: center;
    padding: 10px 5px;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
}

.index-content .menu-boxes .types:first-child {
    background-color: #e6e6e6;
}

/* 产品详情 */
.index-content .boxes .product-box-02 .title {
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding: 10px 18px;
    margin-top: 10px;
}

.index-content .boxes .product-box-02 .txt {
    padding: 10px 5px;
    background-color: #fff;
    font-size: 14px;
    color: #666;
}

.index-content .boxes .product-box-02 img {
    width: 100%;
}

/* 轮播图组件分页样式 */
.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: red;
}

.index-content .boxes .pc-swiper-box {
    width: 100%;
    color: #666;
    margin-top: 10px;
    background-color: #fff;
    line-height: 28px;
    padding: 0 10px 15px;
}

.index-content .boxes .product-phone-box {
    width: 100%;
    color: #666;
    margin-top: 10px;
    background-color: #fff;
    line-height: 26px;
}

.index-content .boxes .product-phone-box .title, .pc-swiper-box .title {
    font-size: 16px;
    line-height: 32px;
    border: 1px solid #f5f5f5;
    padding: 5px 10px;
    color: #000000;
}

.index-content .boxes .pc-swiper-box .title {
    line-height: 34px;
    border: none;
    border-bottom: 1px solid #f5f5f5;
}

.index-content .boxes .product-phone-box .content, .pc-swiper-box .content {
    padding: 5px 10px;
}

.index-content .boxes .product-phone-box .content .but, .pc-swiper-box .content .but {
    background: none;
    border: 1px solid red;
    border-radius: 20px;
    font-size: 14px;
    color: red;
    line-height: 34px;
    margin: 8px 0;
    /* ----- */
    padding: 0;
    text-align: left;
    white-space: nowrap;
}

.index-content .boxes .product-phone-box .content .but .img-01, .pc-swiper-box .content .but .img-01 {
    width: 36px;
    height: 36px;
    background-color: #fa8484;
    border-radius: 50%;
    padding: 5px;
}

.index-content .boxes .product-phone-box img {
    width: 100%;
    height: auto;
}

/* 产品详情banner图 */
.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.view .swiper-container {
    width: 100%;
    height: auto;
    text-align: center;
}

.view .arrow-left {
    background: url('../images/index_tab_l.png') no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url('../images/index_tab_r.png') no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view img {
    width: 80%;
    /* max-height: 244px; */
    padding: 15px 0px 0;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    /* width: 100%; */
    height: 70px;
    margin-left: 35px;
    margin-right: 35px;
}

.preview .swiper-slide {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url('../images/feel3.png') no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url('../images/feel4.png') no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
    width: 100%;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}

/* 用户登录 */
.index-content .pc-login-boxes {
    background-image: url(../images/denglu_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 66px;
}

.index-content .pc-login-boxes .login-input-box {
    width: 360px;
    height: 410px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.index-content .pc-login-boxes .login-input-box h4 {
    line-height: 60px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 25px;
    border-bottom: 1px solid #dbdbdb;
    margin-right: 25px;
}

.index-content .pc-login-boxes .login-input-box .login-links, .phone-login-box .login-input-box .login-links {
    margin-right: 25px;
    line-height: 50px;
    color: #999;
}

.index-content .pc-login-boxes .login-input-box .login-sub, .phone-login-box .login-input-box .login-sub {
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    width: 310px;
    margin-left: 25px;
    margin-bottom: 20px;
    background-color: red;
    border: 1px solid red;
    color: #fff;
    padding: 0 50px;
}

.index-content .phone-login-box .login-input-box .login-sub {
    width: 80%;
    margin-left: 10%;
}

.index-content .pc-login-boxes .login-input-box .login-row, .phone-login-box .login-input-box .login-row {
    margin-top: 20px;
    position: relative;
    margin-left: 25px;
}

.index-content .phone-login-box .login-input-box .login-row {
    margin: 20px 25px 0;
}

.index-content .pc-login-boxes .login-input-box .login-row label, .phone-login-box .login-input-box .login-row label {
    display: block;
    height: 40px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 40px;
}

.index-content .pc-login-boxes .login-input-box .login-row label i, .phone-login-box .login-input-box .login-row label i {
    display: block;
    height: 40px;
    width: 40px;
}

.index-content .pc-login-boxes .login-input-box .login-row .login-input, .phone-login-box .login-input-box .login-row .login-input {
    border: 1px solid #d6d6d6;
    height: 42px;
    line-height: 42px;
    padding-left: 60px;
    width: 306px;
}

.index-content .phone-login-box .login-input-box .login-row .login-input {
    width: 100%;
}

.index-content .pc-login-boxes .login-input-box .login-row .login-input_yanzhengma, .phone-login-box .login-input-box .login-row .login-input_yanzhengma {
    width: 230px;
    border: 1px solid #d6d6d6;
    height: 42px;
    line-height: 42px;
    padding-left: 60px;
}

.index-content .phone-login-box .login-input-box .login-row .login-input_yanzhengma {
    width: 170px;
}

.index-content .pc-login-boxes .login-input-box .login-row .code, .phone-login-box .login-input-box .login-row .code {
    /* background: rgba(0, 0, 0, 0) url(code_bg.jpg) repeat scroll 0 0; */
    border: 0 none;
    color: blue;
    cursor: pointer;
    float: right;
    font-family: Arial;
    font-size: 20px;
    font-style: italic;
    font-weight: bolder;
    height: 40px;
    letter-spacing: 3px;
    line-height: 40px;
    margin-right: 25px;
    padding: 2px 3px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.index-content .phone-login-box {
    margin: 10px 0 50px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.index-content .phone-login-box h4 {
    color: #666;
    line-height: 45px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 25px;
    border-bottom: 1px solid #dbdbdb;
}

/* 资讯中心 */
.information-boxes {
    text-align: center;
    background-image: url('../images/new_center/background.png');
    background-size: 100% 100%;
}

.information-boxes ul {
    padding: 35px 0;
}

.information-boxes li {
    padding: 6px;
}

.information-boxes .a_img {
    width: 320px;
    height: 90px;
}

/* 客服中心 */
.customer-type-box {
    background-color: #e9ecf3;
}

.customer-type-box li {
    line-height: 52px;
    text-align: center;
}

.customer-type-box li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.customer-type-box .active {
    color: #fff;
    background-color: #a90303;
}

.customer-type-box .active a {
    color: #fff;
}

/* 发布需求 */
.index-content .boxes .demand-box {
    margin-top: 10px;
    background-color: #fff;
}

.index-content .boxes .demand-box .digital_circle {
    float: left;
    line-height: 25px;
    background-color: red;
    width: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    margin: 18px 10px;
}

.index-content .boxes .demand-box .input-row {
    margin: 20px 0;
    border: none;
}

.index-content .boxes .demand-box label {
    font-size: 14px;
    line-height: 36px;
    margin: 0;
    font-weight: unset;
}

.index-content .boxes .demand-box .demand-input {
    width: 80%;
    height: 36px;
    font-size: 14px;
    padding: 0 5px;
    border: 1px solid #d7d7d7;
}

.index-content .boxes .demand-box .demand-textarea {
    width: 80%;
    height: 150px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    resize: none;
}

.index-content .boxes .demand-box .tips {
    color: red;
    padding: 10px;
}

.index-content .boxes .demand-box .img-box {
    width: 150px;
    height: 170px;
    margin: 0 10px;
    float: left;
}

.index-content .boxes .demand-box img {
    width: 150px;
    height: 150px;
}

.index-content .boxes .demand-box .but {
    border: none;
    color: #fff;
    background-color: red;
    padding: 10px 25px;
    font-size: 16px;
    margin: 30px 0 45px;
}

.index-content .demand-box .red-star {
    color: red;
    font-size: 18px;
    vertical-align: -5px;
    margin-right: 6px;
}

.index-content .demand-box .upimg {
    /* clear: both; */
    float: left;
    position: relative;
    top: 20px;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    border: dashed #999999;
    background: url('../images/icon/addimg.svg') no-repeat;
    background-position: 55px;
    margin: 0 10px;
}

.index-content .demand-box .upimg input {
    width: 150px;
    height: 150px;
    opacity: 0;
}

.index-content .demand-box .del-img {
    font-size: 16px;
    background-color: red;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    position: relative;
    top: 15px;
    left: 140px;
    padding: 0px 4px;
    cursor: pointer;
}

/* 公用类 */
.font-b {
    font-weight: bold;
}

.a-black {
    color: #333;
    text-decoration: none;
}

.a-black:hover {
    color: #333;
    text-decoration: none;
}

.a-black:visited {
    color: #333;
    text-decoration: none;
}

.a-darkblack {
    color: darkblue;
    text-decoration: none;
}

.a-darkblack:hover {
    color: darkblue;
    text-decoration: none;
}

.a-darkblack:visited {
    color: darkblue;
    text-decoration: none;
}

.a-000-bolld {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.a-000-bolld:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.a-000-bolld:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.a-white {
    color: #fff;
    text-decoration: none;
}

.a-white:hover {
    color: #fff;
    text-decoration: none;
}

.a-white:visited {
    color: #fff;
    text-decoration: none;
}

.a-000 {
    color: #000000;
    text-decoration: none;
}

.a-000:hover {
    color: #000000;
    text-decoration: none;
}

.a-000:visited {
    color: #000000;
    text-decoration: none;
}

.a-666 {
    color: #666;
    text-decoration: none;
}

.a-666:hover {
    color: #666;
    text-decoration: none;
}

.a-666:visited {
    color: #666;
    text-decoration: none;
}

.a-red {
    color: red;
    text-decoration: none;
}

.a-red:hover {
    color: red;
    text-decoration: none;
}

.a-red:visited {
    color: red;
    text-decoration: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.float-left {
    float: left;
}

.size-12 {
    font-size: 12px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.font-bold {
    font-weight: bold;
}

.color-red {
    color: red;
}

.color-000 {
    color: #000000;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

.color-fff {
    color: #fff;
}

.color-050358 {
    color: #050358;
}

.bg-red {
    background-color: red;
}

.bg-yel {
    background-color: yellow;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form {
    margin: 0;
    padding: 0;
    font-family: "simsun", "Arial", "helvetica", "clean", "Sans-serif";
}

@media screen and (min-width: 992px) {
    .index-content .demand-box .demand-desc-01 {
        padding-left: 70px;
    }

    .index-content .demand-box .demand-desc-02 {
        padding-left: 30px;
    }
}

/* 大众屏幕展示 */
@media screen and (min-width: 992px) {
    .index-content .top-box-pc .menu-box ul {
        width: 100%;
        display: contents;
    }

    .index-content .top-box-pc .menu-box a {
        padding: 0;
        font-size: 18px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-family: "Microsoft YaHei";
    }

    /* 信息展示 */
    .index-content .common-msg-box .zhanHui-img-box .pad {
        padding: 0px 10px 10px 0;
    }

    .index-content .common-msg-box .pinpai-img-box .pad {
        width:12.5%;
        padding: 10px 10px 0px;
        border: 1px solid #f5f5f5;
    }

    /* .index-content .common-msg-box .pinpai-img-box .pad:first-child {
      padding-left: 10px;
    } */
    .index-content .common-msg-box .pinpai-img-box img {
        width: 100%;
        max-height: 70px;
    }

    .index-content .common-msg-box .zhanHui-img-box .pad:nth-child(6n),
    .pinpai-img-box .pad:nth-child(6n) {
        padding-right: 0px;
    }

    /*.index-content .common-msg-box .zhanHui-img-box .pad:nth-child(n+7) {*/
    /*padding-bottom: 0px;*/
    /*}*/
    /* 分栏 */
    .index-content .boxes .left-box-01,
    .left-box-02,
    .left-box-03 {
        padding: 20px 10px 0 0;
    }

    .index-content .boxes .right-box-01,
    .right-box-02,
    .right-box-03 {
        padding: 20px 0 0 10px;
    }

    .index-content .boxes .left-box-03 .want-buy {
        text-align: right;
    }

    .index-content .boxes .left-box-03 .news-box {
        font-size: 14px;
    }

    /* 机床新品推荐图片展示 */
    .index-content .boxes .desc-box .img-box-01 img {
        width: 222px;
        height: 222px;
    }

    .index-content .boxes .desc-box .img-box-01 .tuijian-img {
        width: 48px;
        height: 48px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .index-content .boxes .desc-box .box {
        font-size: 14px;
        padding: 15px;
        line-height: 20px;
    }

    .index-content .boxes .desc-box .box {
        font-size: 14px;
        padding: 15px;
        line-height: 20px;
        border-bottom: 1px solid #f2f2f2;
    }

    .index-content .boxes .desc-box .box .row {
        border: none;
        padding: 6px;
    }

    .index-content .boxes .desc-box .box .desc-img {
        width: 150px;
        height: 150px;
    }

    .index-content .boxes .box .pinpai-desc-img {
        width: 163px;
        max-height: 73px;
    }

    .index-content .boxes .box .pinpai-name {
        text-align: center;
        line-height: 32px;
        max-width: 163px;
    }
}

/* 手机及平板展示 */
@media screen and (max-width: 992px) {
    .index-content {
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0px;
        overflow-y: scroll;
    }

    .index-content .reg-box {
        margin-top: 10px;
    }

    .index-content .boxes .product-box-02 .txt {
        border-bottom: 1px #f5f5f5 solid;
    }

    .phone-bar {
        width: 100%;
        position: fixed;
        bottom: 0;
    }

    .phone-bar .checked-item {
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        background-color: red;
    }

    .phone-bar .item {
        color: red;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
    }

    .index-content .common-msg-box .zhanHui-img-box .pad {
        padding: 10px 10px 0px;
    }

    .index-content .common-msg-box .pinpai-img-box .pad {
        padding: 10px 10px 0px;
        border: 1px solid #f5f5f5;
    }

    /*屏幕小于???的显示数量大于等于?隐藏*/
    .index-content .common-msg-box .zhanHui-img-box .pad:nth-of-type(n+13) {
        display: none;
    }

    .index-content .common-msg-box .zhanHui-img-box .pad:nth-child(2n) {
        padding-left: 0px;
    }

    .index-content .common-msg-box .zhanHui-img-box .pad:nth-child(n+5) {
        padding-bottom: 10px;
    }

    /* .index-content .common-msg-box .pinpai-img-box .pad:nth-child(n+4) {
      padding-bottom: 10px;
    } */
    /* 分栏 */
    .index-content .boxes .left-box-01,
    .left-box-02,
    .left-box-03,
    .right-box-01,
    .right-box-02,
    .right-box-03 {
        padding-top: 10px;
    }

    /* 机床新品推荐图片展示 */
    .index-content .boxes .desc-box .img-box-01 img {
        width: 140px;
        height: 140px;
    }

    .index-content .boxes .desc-box .img-box-01 .tuijian-img {
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .index-content .boxes .desc-box .img-box-01 .box-02-txt {
        text-align: center;
    }

    .index-content .boxes .desc-box .box {
        padding: 10px;
        font-size: 12px;
        line-height: 15px;
        border-bottom: 1px solid #f2f2f2;
    }

    .index-content .boxes .desc-box .box .row {
        border: none;
        padding: 3px;
    }

    .index-content .boxes .desc-box .box .desc-img {
        width: 95px;
        height: 95px;
    }

    /* 资讯中心 */
    .information-boxes {
        text-align: center;
        background: none;
        background-color: #fff;
    }

    .information-boxes ul {
        padding-top: 10px;
    }

    .information-boxes .a_img {
        width: 100%;
        padding: 0 10px;
    }

    /* 产品分类温度计 */
    .category-img {
        display: block;
        text-align: center;
        padding-right: 0;
    }

    .category-left {
        text-align: left;
    }

    .category-pad-12 {
        padding: 12px 0;
    }

    .category-pad-6 {
        padding: 6px 0;
    }

    .index-content .boxes .pagination-box .next, .index-content .boxes .pagination-box .prev {
        padding: 10px 6px;
    }

    .index-content .boxes .box .pinpai-desc-img {
        width: 100px;
    }

    .index-content .boxes .box .pinpai-name {
        text-align: center;
        line-height: 32px;
        max-width: 100px;
    }

}
